From: iap10@labyrinth.cl.cam.ac.uk Date: Tue, 9 Sep 2003 21:51:39 +0000 (+0000) Subject: bitkeeper revision 1.418 (3f5e4b6byRa3v8seHcnM3eDo4lGneA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18709 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=8fb06dd59d2124273a1bb3089e1b8e5d5a23dea1;p=xen.git bitkeeper revision 1.418 (3f5e4b6byRa3v8seHcnM3eDo4lGneA) Makefile and defconfig cleanups. --- diff --git a/xenolinux-2.4.22-sparse/arch/xeno/Makefile b/xenolinux-2.4.22-sparse/arch/xeno/Makefile index 89777dc9e9..9077bfb8a2 100644 --- a/xenolinux-2.4.22-sparse/arch/xeno/Makefile +++ b/xenolinux-2.4.22-sparse/arch/xeno/Makefile @@ -96,6 +96,7 @@ bzImage: vmlinux @$(MAKEBOOT) image.gz install: bzImage + mkdir -p ../install/boot cp -a arch/$(ARCH)/boot/image.gz ../install/boot/xenolinux.gz archclean: diff --git a/xenolinux-2.4.22-sparse/arch/xeno/defconfig b/xenolinux-2.4.22-sparse/arch/xeno/defconfig index 28965374e5..adeac033b0 100644 --- a/xenolinux-2.4.22-sparse/arch/xeno/defconfig +++ b/xenolinux-2.4.22-sparse/arch/xeno/defconfig @@ -112,7 +112,7 @@ CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_PNP=y -# CONFIG_IP_PNP_DHCP is not set +CONFIG_IP_PNP_DHCP=y # CONFIG_IP_PNP_BOOTP is not set # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set @@ -211,10 +211,10 @@ CONFIG_AUTOFS4_FS=y CONFIG_EXT3_FS=y CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set -# CONFIG_FAT_FS is not set -# CONFIG_MSDOS_FS is not set -# CONFIG_UMSDOS_FS is not set -# CONFIG_VFAT_FS is not set +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_UMSDOS_FS=y +CONFIG_VFAT_FS=y # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set # CONFIG_JFFS2_FS is not set